FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Misc - mathom/python · GitHub
mathom
/
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
Breadcrumbs
History for
python
Misc
on
master
User selector
Datepicker
Commit history
Commits on Feb 9, 2009
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on Feb 7, 2009
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Implement issue #4285, convert sys.version_info to a named
Show description for a4bf572
eric.smith
committed
a4bf572
View commit details
Copy full SHA for a4bf572
View code at this point
Browse repository at this point
Fixed #1276768: verbose option was not used in the code.
Show description for 7aad1e0
tarek.ziade
committed
7aad1e0
View commit details
Copy full SHA for 7aad1e0
View code at this point
Browse repository at this point
Commits on Feb 5, 2009
Fixed #5132: enable extensions to link on Solaris
Show description for 5985ddc
tarek.ziade
committed
5985ddc
View commit details
Copy full SHA for 5985ddc
View code at this point
Browse repository at this point
Commits on Feb 2, 2009
Issue 1242657: list(obj) can swallow KeyboardInterrupt.
Show description for 329487d
raymond.hettinger
committed
329487d
View commit details
Copy full SHA for 329487d
View code at this point
Browse repository at this point
NEWS entry for issue #1581476
Show description for d7f3af0
guilherme.polo
committed
d7f3af0
View commit details
Copy full SHA for d7f3af0
View code at this point
Browse repository at this point
Issue #4494: Fix build with Py_NO_ENABLE_SHARED on Windows.
Show description for bb579f1
martin.v.loewis
committed
bb579f1
View commit details
Copy full SHA for bb579f1
View code at this point
Browse repository at this point
Commits on Jan 31, 2009
- Issue #5104: The socket module now raises OverflowError when 16-bit port and
Show description for 7fbb5c7
gregory.p.smith
committed
7fbb5c7
View commit details
Copy full SHA for 7fbb5c7
View code at this point
Browse repository at this point
Commits on Jan 29, 2009
Issue #2047: shutil.move() could believe that its destination path was
Show description for 18f9980
antoine.pitrou
committed
18f9980
View commit details
Copy full SHA for 18f9980
View code at this point
Browse repository at this point
Commits on Jan 28, 2009
Issue 4920: Fixed next() vs __next__() issues in the ABCs
Show description for edf7a78
raymond.hettinger
committed
edf7a78
View commit details
Copy full SHA for edf7a78
View code at this point
Browse repository at this point
Issue #5083: New 'gui' resource for regrtest.
Show description for 6a0656d
guilherme.polo
committed
6a0656d
View commit details
Copy full SHA for 6a0656d
View code at this point
Browse repository at this point
Demos for ttk added.
Show description for b7f686d
guilherme.polo
committed
b7f686d
View commit details
Copy full SHA for b7f686d
View code at this point
Browse repository at this point
Added the ttk module. See issue #2983: Ttk support for Tkinter.
Show description for c39cfe0
guilherme.polo
committed
c39cfe0
View commit details
Copy full SHA for c39cfe0
View code at this point
Browse repository at this point
Commits on Jan 27, 2009
Issue 5021: doctest.testfile should set __name__
Show description for b7956de
raymond.hettinger
committed
b7956de
View commit details
Copy full SHA for b7956de
View code at this point
Browse repository at this point
Promote combinations_with_replacement() from a recipe to a regular itertool.
Show description for c76288f
raymond.hettinger
committed
c76288f
View commit details
Copy full SHA for c76288f
View code at this point
Browse repository at this point
Commits on Jan 26, 2009
Backport importlib in the form of providing importlib.import_module(). This has
Show description for 7a0b88c
brett.cannon
committed
7a0b88c
View commit details
Copy full SHA for 7a0b88c
View code at this point
Browse repository at this point
Commits on Jan 25, 2009
Fixed #1885: --formats=tar,gztar was not working properly in the sdist command
Show description for 843308e
tarek.ziade
committed
843308e
View commit details
Copy full SHA for 843308e
View code at this point
Browse repository at this point
Promote compress() from a recipe to being a regular itertool.
Show description for bf38bee
raymond.hettinger
committed
bf38bee
View commit details
Copy full SHA for bf38bee
View code at this point
Browse repository at this point
Fixed #4863: removed distutils.mwerkscompiler
Show description for 129949a
tarek.ziade
committed
129949a
View commit details
Copy full SHA for 129949a
View code at this point
Browse repository at this point
Properly document multiprocessing's logging support, resolve outstanding issues with the custom levels
Show description for 19c1e56
jesse.noller
committed
19c1e56
View commit details
Copy full SHA for 19c1e56
View code at this point
Browse repository at this point
Commits on Jan 24, 2009
Issue #1672332: Fix unpickling of subnormal floats, which was raising
Show description for 71e9130
mark.dickinson
committed
71e9130
View commit details
Copy full SHA for 71e9130
View code at this point
Browse repository at this point
Issue #3881: Help Tcl to load even when started through the
Show description for e4e0da4
martin.v.loewis
committed
e4e0da4
View commit details
Copy full SHA for e4e0da4
View code at this point
Browse repository at this point
Issue #4710: Extract directories properly in the zipfile module;
Show description for 0592f21
martin.v.loewis
committed
0592f21
View commit details
Copy full SHA for 0592f21
View code at this point
Browse repository at this point
Commits on Jan 23, 2009
Issue 3807: multiprocessing fails to compile under --without-threads
Show description for 5f5ae1e
jesse.noller
committed
5f5ae1e
View commit details
Copy full SHA for 5f5ae1e
View code at this point
Browse repository at this point
Commits on Jan 21, 2009
Issue #5008: When a file is opened in append mode with the new IO library,
Show description for e5bc490
antoine.pitrou
committed
e5bc490
View commit details
Copy full SHA for e5bc490
View code at this point
Browse repository at this point
Commits on Jan 20, 2009
Issue 5013: Fixed bug in FileHandler when delay was set.
Show description for e99b705
vinay.sajip
committed
e99b705
View commit details
Copy full SHA for e99b705
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL