FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · lukaka/python · GitHub
lukaka
/
python
Public
forked from
glix/python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Feb 9, 2009
Issue 5171: itertools.product docstring missing 'repeat' argument
Show description for 715a6e5
raymond.hettinger
committed
715a6e5
View commit details
Copy full SHA for 715a6e5
Browse repository at this point
Fixed issue #4890: Handle empty text search pattern in
Show description for c5b0f68
guilherme.polo
committed
c5b0f68
View commit details
Copy full SHA for c5b0f68
Browse repository at this point
Turned setup_master public
Show description for 914705a
guilherme.polo
committed
914705a
View commit details
Copy full SHA for 914705a
Browse repository at this point
Issue #4575: fix Py_IS_INFINITY macro to work correctly on x87 FPUs.
Show description for 835fe38
mark.dickinson
committed
835fe38
View commit details
Copy full SHA for 835fe38
Browse repository at this point
Commits on Feb 8, 2009
Issue #5170: Fixed Unicode output bug in logging and added test case. This is a regression which did not occur in 2.5.
Show description for d9dece9
vinay.sajip
committed
d9dece9
View commit details
Copy full SHA for d9dece9
Browse repository at this point
Silence 'arg may be used uninitialized in this function' warning from gcc.
Show description for 23a7779
mark.dickinson
committed
23a7779
View commit details
Copy full SHA for 23a7779
Browse repository at this point
a few edits and typos
Show description for fd3deb6
benjamin.peterson
committed
fd3deb6
View commit details
Copy full SHA for fd3deb6
Browse repository at this point
Issue #789290: make sure that hash(2**63) == hash(2.**63) on 64-bit
Show description for 120a18d
mark.dickinson
committed
120a18d
View commit details
Copy full SHA for 120a18d
Browse repository at this point
document numliterals fixer
Show description for 5eaa3f8
benjamin.peterson
committed
5eaa3f8
View commit details
Copy full SHA for 5eaa3f8
Browse repository at this point
Remove redundant assignment in _PyObject_LengthHint
Show description for 128add8
mark.dickinson
committed
128add8
View commit details
Copy full SHA for 128add8
Browse repository at this point
Issue #4512 closeout: Make ZipImport.get_filename() a public method
Show description for 33ee6de
nick.coghlan
committed
33ee6de
View commit details
Copy full SHA for 33ee6de
Browse repository at this point
Mention patch submitter in NEWS entry for r69419
Show description for c0a9b53
nick.coghlan
committed
c0a9b53
View commit details
Copy full SHA for c0a9b53
Browse repository at this point
Issue 4195: Restore the ability to execute packages with the -m switch (but this time in a way that leaves the import machinery in a valid state). (Original patch by Andi Vajda)
Show description for 72ea5d2
nick.coghlan
committed
72ea5d2
View commit details
Copy full SHA for 72ea5d2
Browse repository at this point
Commits on Feb 7, 2009
document individual 2to3 fixers
Show description for 7eeb630
benjamin.peterson
committed
7eeb630
View commit details
Copy full SHA for 7eeb630
Browse repository at this point
make destinsrc private
Show description for 512cf0f
benjamin.peterson
committed
512cf0f
View commit details
Copy full SHA for 512cf0f
Browse repository at this point
make "super only for new-style classes" a note.
Show description for 285511f
georg.brandl
committed
285511f
View commit details
Copy full SHA for 285511f
Browse repository at this point
Add test for issue #999042, explict global statement works.
Show description for 717ddd2
neil.schemenauer
committed
717ddd2
View commit details
Copy full SHA for 717ddd2
Browse repository at this point
Fix broken test in test_hotshot. Treating the current directory as an
Show description for 39a2ded
neil.schemenauer
committed
39a2ded
View commit details
Copy full SHA for 39a2ded
Browse repository at this point
#5174: fix wrong file closing in example.
Show description for 51ce15b
georg.brandl
committed
51ce15b
View commit details
Copy full SHA for 51ce15b
Browse repository at this point
Eliminated the need to use ttk.__loadtk__ and the problems related it.
Show description for 2747972
guilherme.polo
committed
2747972
View commit details
Copy full SHA for 2747972
Browse repository at this point
Issue #999042: The Python compiler now handles explict global statements
Show description for 91f2950
neil.schemenauer
committed
91f2950
View commit details
Copy full SHA for 91f2950
Browse repository at this point
Make names generated for 'with' variables match the built-in compiler.
Show description for a8ee0eb
neil.schemenauer
committed
a8ee0eb
View commit details
Copy full SHA for a8ee0eb
Browse repository at this point
#3986 replacing string and types call (like in the Py3k branch), and put exec_msg call at the right place
Show description for a66f4fd
tarek.ziade
committed
a66f4fd
View commit details
Copy full SHA for a66f4fd
Browse repository at this point
Commits on Feb 6, 2009
Issue #1731706: Call Tcl_ConditionFinalize for Tcl_Conditions that will
Show description for c2bb7ce
guilherme.polo
committed
c2bb7ce
View commit details
Copy full SHA for c2bb7ce
Browse repository at this point
Partial fix to issue #1731706: memory leak in Tkapp_Call when calling
Show description for 3465b36
guilherme.polo
committed
3465b36
View commit details
Copy full SHA for 3465b36
Browse repository at this point
Convert "srcdir" into an absolute path if that seems prudent. Currrently
Show description for b7bf07c
neil.schemenauer
committed
b7bf07c
View commit details
Copy full SHA for b7bf07c
Browse repository at this point
Overhaul Lib/compiler block ordering. The previous code was filled with
Show description for 704fab5
neil.schemenauer
committed
704fab5
View commit details
Copy full SHA for 704fab5
Browse repository at this point
Fixed #5167: test_customize_compiler does not apply under non unix compilers
Show description for 5e25ce1
tarek.ziade
committed
5e25ce1
View commit details
Copy full SHA for 5e25ce1
Browse repository at this point
Ivan on IRC in #twisted reported this crasher.
Show description for c7c1ca7
armin.rigo
committed
c7c1ca7
View commit details
Copy full SHA for c7c1ca7
Browse repository at this point
Fix a number of Win32ErrorTests error cases. chmod wasn't being tested. 'access' never raises an error.
Show description for 7ea7caf
kristjan.jonsson
committed
7ea7caf
View commit details
Copy full SHA for 7ea7caf
Browse repository at this point
removed types usage and added test coverage (work for #3986)
Show description for 6b43bba
tarek.ziade
committed
6b43bba
View commit details
Copy full SHA for 6b43bba
Browse repository at this point
Fixed #3987 : removed unused import
Show description for 14e03e3
tarek.ziade
committed
14e03e3
View commit details
Copy full SHA for 14e03e3
Browse repository at this point
fix download link
Show description for bde4a5b
benjamin.peterson
committed
bde4a5b
View commit details
Copy full SHA for bde4a5b
Browse repository at this point
fixed #1520877: now distutils reads Read from the environment/Makefile
Show description for 91b4089
tarek.ziade
committed
91b4089
View commit details
Copy full SHA for 91b4089
Browse repository at this point
using >= so setting verbose to 2 will work as well
Show description for 9e4e2fe
tarek.ziade
committed
9e4e2fe
View commit details
Copy full SHA for 9e4e2fe
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL