FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Lib/distutils/command/sdist.py - pylee/python · GitHub
pylee
/
python
Public
forked from
glix/python
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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
Lib
distutils
command
sdist.py
on
master
User selector
Datepicker
Commit history
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
Issue #5052: removed backward compatibility information (out of date)
Show description for 56841fb
tarek.ziade
committed
56841fb
View commit details
Copy full SHA for 56841fb
View code at this point
Browse repository at this point
Commits on Jan 4, 2009
using clearer syntax
Show description for 7f872c5
tarek.ziade
committed
7f872c5
View commit details
Copy full SHA for 7f872c5
View code at this point
Browse repository at this point
fixed #1702551: distutils sdist was not pruning VCS directories under win32
Show description for 2a49c7f
tarek.ziade
committed
2a49c7f
View commit details
Copy full SHA for 2a49c7f
View code at this point
Browse repository at this point
Commits on Mar 6, 2008
#1725737: ignore other VC directories other than CVS and SVN's too.
Show description for 298c589
georg.brandl
committed
298c589
View commit details
Copy full SHA for 298c589
View code at this point
Browse repository at this point
Commits on Feb 23, 2008
Patch #2167 from calvin: Remove unused imports
Show description for 88a9f75
christian.heimes
committed
88a9f75
View commit details
Copy full SHA for 88a9f75
View code at this point
Browse repository at this point
Commits on Feb 21, 2008
Close manifest file.
Show description for ea9d0b1
andrew.kuchling
committed
ea9d0b1
View commit details
Copy full SHA for ea9d0b1
View code at this point
Browse repository at this point
Commits on Mar 23, 2005
Make dist_files a triple, with the Python target version included,
Show description for c12a14c
loewis
committed
c12a14c
View commit details
Copy full SHA for c12a14c
View code at this point
Browse repository at this point
Commits on Mar 21, 2005
Add the upload command. Make all dist commands register their
Show description for d4c43a8
loewis
committed
d4c43a8
View commit details
Copy full SHA for d4c43a8
View code at this point
Browse repository at this point
Commits on Nov 10, 2004
Update compatibility comments to 2.1, corresponding to PEP 291 1.13.
Show description for 0e34b87
loewis
committed
0e34b87
View commit details
Copy full SHA for 0e34b87
View code at this point
Browse repository at this point
Commits on May 31, 2004
SF patch 959726: sdist versus SVN
Show description for 42dc759
tim_one
committed
42dc759
View commit details
Copy full SHA for 42dc759
View code at this point
Browse repository at this point
Commits on Mar 25, 2004
make sure the default manifest generation includes files identified as
Show description for 889c197
fdrake
committed
889c197
View commit details
Copy full SHA for 889c197
View code at this point
Browse repository at this point
Commits on Nov 19, 2002
Add comment to Distutil files about requiring 1.5.2 compatibility, as
Show description for 00430ef
akuchling
committed
00430ef
View commit details
Copy full SHA for 00430ef
View code at this point
Browse repository at this point
Commits on Nov 14, 2002
Remove 'created by' lines; people can use CVS for this, and the information is often out of date
Show description for dddfdda
akuchling
committed
dddfdda
View commit details
Copy full SHA for dddfdda
View code at this point
Browse repository at this point
Commits on Jun 4, 2002
Make setup.py less chatty by default.
Show description for 21e76e1
jhylton
committed
21e76e1
View commit details
Copy full SHA for 21e76e1
View code at this point
Browse repository at this point
Commits on Dec 6, 2001
Whitespace normalization.
Show description for 830e75b
fdrake
committed
830e75b
View commit details
Copy full SHA for 830e75b
View code at this point
Browse repository at this point
Commits on Mar 22, 2001
Call the write_pkg_info method
Show description for 6cf17a0
akuchling
committed
6cf17a0
View commit details
Copy full SHA for 6cf17a0
View code at this point
Browse repository at this point
Commits on Oct 14, 2000
Untabified.
Show description for 7a78d46
gward
committed
7a78d46
View commit details
Copy full SHA for 7a78d46
View code at this point
Browse repository at this point
Commits on Sep 30, 2000
Standardized whitespace around function calls.
Show description for 4e9b135
gward
committed
4e9b135
View commit details
Copy full SHA for 4e9b135
View code at this point
Browse repository at this point
Commits on Sep 25, 2000
Renamed '--keep-tree' option to '--keep-temp', for consistency
Show description for e82f1d3
gward
committed
e82f1d3
View commit details
Copy full SHA for e82f1d3
View code at this point
Browse repository at this point
Added 'boolean_options' list to support config file parsing.
Show description for 52b6c2e
gward
committed
52b6c2e
View commit details
Copy full SHA for 52b6c2e
View code at this point
Browse repository at this point
Commits on Sep 18, 2000
Catch up to recent changes in TextFile (spotted by Bastian Kleineidam).
Show description for 982062e
gward
committed
982062e
View commit details
Copy full SHA for 982062e
View code at this point
Browse repository at this point
Commits on Sep 6, 2000
Bullet-proofing of 'make_release_tree()':
Show description for 0b1e5ab
gward
committed
0b1e5ab
View commit details
Copy full SHA for 0b1e5ab
View code at this point
Browse repository at this point
Reorganized logic in 'get_file_list()' so it's easier to read, and fixed a
Show description for e3177e7
gward
committed
e3177e7
View commit details
Copy full SHA for e3177e7
View code at this point
Browse repository at this point
Commits on Aug 29, 2000
Added 'script_name' and 'script_args' instance attributes to Distribution.
Show description for 5f586d9
gward
committed
5f586d9
View commit details
Copy full SHA for 5f586d9
View code at this point
Browse repository at this point
Commits on Aug 22, 2000
Don't bother to 'mkpath()' the 'dist_dir' -- that's now taken care of
Show description for cc96e5a
gward
committed
cc96e5a
View commit details
Copy full SHA for cc96e5a
View code at this point
Browse repository at this point
Commits on Aug 5, 2000
Fixed imports from '*util' modules to not just import everything from util.
Show description for e64062c
gward
committed
e64062c
View commit details
Copy full SHA for e64062c
View code at this point
Browse repository at this point
Commits on Jul 30, 2000
Catch syntax errors from processing template lines and turn them into
Show description for 98705c1
gward
committed
98705c1
View commit details
Copy full SHA for 98705c1
View code at this point
Browse repository at this point
Replaced 'self.files' with 'self.filelist': now we carry around a FileList
Show description for 1266356
gward
committed
1266356
View commit details
Copy full SHA for 1266356
View code at this point
Browse repository at this point
The other half of Rene Liebscher's patch to add the Template class,
Show description for 623803e
gward
committed
623803e
View commit details
Copy full SHA for 623803e
View code at this point
Browse repository at this point
Commits on Jul 27, 2000
Remove unused 'search_dir()' method.
Show description for e49bd81
gward
committed
e49bd81
View commit details
Copy full SHA for e49bd81
View code at this point
Browse repository at this point
Commits on Jul 5, 2000
Added the --dist-dir option to control where the archive(s) are put;
Show description for f9f7562
gward
committed
f9f7562
View commit details
Copy full SHA for f9f7562
View code at this point
Browse repository at this point
Commits on Jun 29, 2000
Fixed 'findall()' so it only returns regular files -- no directories.
Show description for 68b4ae7
gward
committed
68b4ae7
View commit details
Copy full SHA for 68b4ae7
View code at this point
Browse repository at this point
Commits on Jun 24, 2000
Changed so all the help-generating functions are defined, at module-level,
Show description for 8ff0ef0
gward
committed
8ff0ef0
View commit details
Copy full SHA for 8ff0ef0
View code at this point
Browse repository at this point
Stylistic/formatting changes to Rene Liebscher's '--help-xxx' patch.
Show description for e0ae245
gward
committed
e0ae245
View commit details
Copy full SHA for e0ae245
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL